Class BankAccountEntryOutput

Description

口振オンライン申し込み 出力パラメータクラス

Located in /com/gmo_pg/client/output/BankAccountEntryOutput.php (line 11)

BaseOutput
   |
   --BankAccountEntryOutput
Method Summary
 BankAccountEntryOutput __construct ([IgnoreCaseMap $params = null])
 string getStartUrl ()
 string getToken ()
 string getTranID ()
 void setStartUrl (string $startUrl)
 void setToken (string $token)
 void setTranID (string $tranID)
 string toString ()
Methods
Constructor __construct (line 32)

コンストラクタ

  • access: public
BankAccountEntryOutput __construct ([IgnoreCaseMap $params = null])

Redefinition of:
BaseOutput::__construct()
コンストラクタ
getStartUrl (line 65)

金融機関遷移URL取得

  • return: 金融機関遷移URL
  • access: public
string getStartUrl ()
getToken (line 58)

チェックトークン取得

  • return: チェックトークン
  • access: public
string getToken ()
getTranID (line 51)

トランザクションID取得

  • return: トランザクションID
  • access: public
string getTranID ()
setStartUrl (line 90)

金融機関遷移URL設定

  • access: public
void setStartUrl (string $startUrl)
  • string $startUrl
setToken (line 82)

チェックトークン設定

  • access: public
void setToken (string $token)
  • string $token
setTranID (line 74)

トランザクションID設定

  • access: public
void setTranID (string $tranID)
  • string $tranID
toString (line 101)

文字列表現

現在の各パラメータを、パラメータ名=値&パラメータ名=値の形式で取得します。

  • return: 出力パラメータの文字列表現
  • access: public
string toString ()

Redefinition of:
BaseOutput::toString()
文字列表現

Inherited Methods

Inherited From BaseOutput

 BaseOutput::__construct()
 BaseOutput::encodeStr()
 BaseOutput::getCsvResponse()
 BaseOutput::getErrList()
 BaseOutput::isErrorOccurred()
 BaseOutput::nullToEmpty()
 BaseOutput::setCsvResponse()
 BaseOutput::setErrList()
 BaseOutput::toString()

Documentation generated on Thu, 18 Jan 2024 19:53:37 +0900 by phpDocumentor 1.4.3